public interface RequestHandler
PurchasingService.| Modifier and Type | Method and Description |
|---|---|
void |
handleResponse(android.content.Context context,
android.content.Intent intent)
Internal method to handle the response from ResponseReceiver
|
void |
sendGetProductData(RequestId requestId,
java.util.Set<java.lang.String> skus)
Internal method to send an item data request.
|
void |
sendGetPurchaseUpdates(RequestId requestId,
boolean reset)
Internal method to send a purchase updates request.
|
void |
sendGetUserData(RequestId requestId)
Internal method to send a request to get the currently logged in user
data.
|
void |
sendNotifyFulfillment(RequestId requestId,
java.lang.String receiptId,
FulfillmentResult fulfillmentStatus)
Internal method to send a notification that the content has been
fulfilled by the 3rd party app.
|
void |
sendPurchase(RequestId requestId,
java.lang.String sku)
Internal method to send a purchase request.
|
void sendGetUserData(RequestId requestId)
void sendPurchase(RequestId requestId, java.lang.String sku)
void sendGetProductData(RequestId requestId, java.util.Set<java.lang.String> skus)
void sendGetPurchaseUpdates(RequestId requestId, boolean reset)
void sendNotifyFulfillment(RequestId requestId, java.lang.String receiptId, FulfillmentResult fulfillmentStatus)
void handleResponse(android.content.Context context,
android.content.Intent intent)
context - intent -